diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
| commit | aa7beb9d88ece969103b86063cd7559fb293b6c2 (patch) | |
| tree | 7bcd4a119182162dd0be64ee2f2e26c34a9c0a80 /config/waybar/style/[Wallust] Simple.css | |
| parent | 25259738a8159702c011bae694f5ee728db10249 (diff) | |
Waybar CSS styles clean up
Added Kill active window
Diffstat (limited to 'config/waybar/style/[Wallust] Simple.css')
| -rw-r--r-- | config/waybar/style/[Wallust] Simple.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css index e2a27636..d68d3a6e 100644 --- a/config/waybar/style/[Wallust] Simple.css +++ b/config/waybar/style/[Wallust] Simple.css @@ -12,14 +12,18 @@ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; @import '../../.config/waybar/wallust/colors-waybar.css'; -window#waybar { - background: transparent; -} - #waybar.empty, #waybar.tiled, #waybar.floating { background-color: transparent; } +window#waybar, +window#waybar.empty, +window#waybar.empty #window { + background-color: transparent; + padding: 0px; + border: 0px; +} + tooltip { color: @color15; background: @color0; |
